icon theme: Ensure to propagate an error
authorMatthias Clasen <mclasen@redhat.com>
Tue, 27 Oct 2015 15:05:00 +0000 (11:05 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 27 Oct 2015 15:09:00 +0000 (11:09 -0400)
commit270e900f55f230c493956c5d10ab0b98cd42061b
tree029d8c2f52b1984c938e4f861e9bab0374bea7be
parent6f340d4384a4a150d1e26dc1e0519870490c15a8
icon theme: Ensure to propagate an error

If the svg pixbuf loader is not available, we end up with criticals
from gtk_css_image_icon_theme_draw because gtk_icon_info_load_symbolic
returns NULL without setting an error.

Avoid this by propagating the load error.
gtk/gtkicontheme.c